home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / patterns not < prev    next >
Text File  |  1999-06-15  |  524b  |  29 lines

  1. Category: Andrew's Filters 24
  2. Title: Patterns Not...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: PatNot.8bf
  6.  
  7. R:((x%ctl(0))*(x%ctl(0))+(y%ctl(0))*(y%ctl(0)))%ctl(1)!=ctl(2)?c:c%ctl(3)
  8.  
  9. G:((x%ctl(0))*(x%ctl(0))+(y%ctl(0))*(y%ctl(0)))%ctl(1)!=ctl(2)?c:c%ctl(4)
  10.  
  11. B:((x%ctl(0))*(x%ctl(0))+(y%ctl(0))*(y%ctl(0)))%ctl(1)!=ctl(2)?c:c%ctl(5)
  12.  
  13. A:a
  14.  
  15. ctl[0]: Pattern A
  16. ctl[1]: Pattern B
  17. ctl[2]: Pattern C
  18. ctl[3]: Red
  19. ctl[4]: Green
  20. ctl[5]: Blue
  21.  
  22. val[0]: 88
  23. val[1]: 11
  24. val[2]: 5
  25. val[3]: 47
  26. val[4]: 42
  27. val[5]: 65
  28.  
  29.